home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / wbwait / wbwait.readme < prev    next >
Text File  |  1996-06-25  |  2KB  |  47 lines

  1. Short:    WBWait 1.5 - Blank WB during WBStartup load using DMA.
  2. Author:   Bozo (e-mail N/A) (#amiga,#amigaswe)
  3. Uploader: Bozo (e-mail N/A)
  4. Type:     util/wb
  5.  
  6. *** Introduction ***
  7.  
  8. Ever hated the shitty period of time when the damn WBStartup programs
  9. are beeing loaded? I'm sure you have. And why? Becouse you can see the
  10. whole shit on the screen. It's totally awful. Well, here is a solution.
  11. I probably should tell you that the present version was coded faster
  12. than this damn doc was written. (Good or bad?)
  13.  
  14. I might release a version that checks for completion of the WBStartup
  15. so you don't have to bother with the delay value. Not very probable
  16. though, mainly becuse I plan to write a similar program with nuke/fade
  17. features. I don't understand why such a program has been made or
  18. attempted, couse it will blow you mind off. (and mine too)
  19.  
  20. I apologize for the irony, but please understand that this doc was
  21. written 04:30 at night in a desperate need of food.
  22.  
  23. *** Installation ***
  24.  
  25. WBWait HAS to be put in your startup-sequence just BEFORE the LoadWB
  26. command. The execution line for WBWait MUST look like this:
  27.  
  28. RUN >NIL: WBWAIT D seconds >NIL:
  29.  
  30. That's it. Just replace 'seconds' with your preferred value. You should
  31. test your way to a good value. Try measuring the time it takes for
  32. disk-activity to stop.
  33.  
  34. *** Requirements ***
  35.  
  36. WBWait will PROBABLY run under anything over WB2.0 but I'm not giving
  37. any guarantees, since it only has been tested on AGA/WB3.0. BTW, check
  38. out the great sentence before this one. :) (hint: running under over?)
  39.  
  40. *** WARNING ***
  41.  
  42. Since version 1.5 WBWait has been transformed from a kludgy OS-friendly
  43. program to a nasty, evil and gruesome piece of code. Basicly, this means
  44. that it uses a cool hardware feature of the amiga, to be more exact the
  45. DMA. If you do not know what the DMA is and/or why I use it, you should
  46. probably delete this program before your amiga blows up.
  47.